toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.proxy
/
[jvm]Proxy
Proxy
interface
Proxy
:
ProfileService
Allows modifying proxy configuration.
Members
Functions
config
Link copied to clipboard
abstract
fun
config
(
)
:
ProxyConfig
Returns the current proxy configuration.
abstract
fun
config
(
proxyConfig
:
AutoDetectProxyConfig
)
abstract
fun
config
(
proxyConfig
:
CustomProxyConfig
)
abstract
fun
config
(
proxyConfig
:
DirectProxyConfig
)
abstract
fun
config
(
proxyConfig
:
SystemProxyConfig
)
abstract
fun
config
(
proxyConfig
:
UrlProxyConfig
)
Updates the current proxy configuration with the given
config
.
profile
Link copied to clipboard
abstract
fun
profile
(
)
:
Profile
Returns the profile of this service.